From: George Sapkin Date: Sun, 13 Apr 2025 03:25:27 +0000 (+0300) Subject: external-protocol: add missing ip dependency X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7b2daf0f0a3faf32c34e88af47bffaee93bd46d4;p=feed%2Fpackages.git external-protocol: add missing ip dependency external.sh requires ip with -json flag that is not supported by the BusyBox ip. Fixes: https://github.com/openwrt/packages/issues/26302 Signed-off-by: George Sapkin --- diff --git a/net/external-protocol/Makefile b/net/external-protocol/Makefile index 2123060b69..ba98465fc2 100644 --- a/net/external-protocol/Makefile +++ b/net/external-protocol/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=external-protocol PKG_VERSION:=20231119 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Oskari Rauta @@ -12,6 +12,7 @@ define Package/external-protocol SECTION:=net CATEGORY:=Network TITLE:=externally managed protocol + DEPENDS:=+ip PKGARCH:=all endef